From: Kim F. Storm Date: Wed, 13 Nov 2002 23:35:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29766 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cba47af6d9c89e3acf31588cd7c084093f5f409c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e44989d92d0..7f8a032cd0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-11-14 Kim F. Storm + + * textmodes/fill.el (fill-nobreak-invisible): New var. + (fill-nobreak-p): Test it; return t if set and point invisible. + (fill-newline): Test it; remove invisible prop on newline if set. + + * info.el (Info-fontify-node): New local list paragraph-markers. + Record markers for mangled *note references on that list. + When done, go back through those markers and fill each mangled + paragraph with `fill-nobreak-invisible' let-bound to t. + Don't use `display' property; insert "see" directly in buffer. + 2002-11-13 Andre Spiegel * vc-rcs.el (vc-rcs-registered): Improve comment.